/*-- font style --*/
@font-face {
    font-family: "mmrt";
    src: url('../fonts/mmrtext.ttf')
}

@font-face {
    font-family: "vipB";
    src: url('../fonts/VIP-RAWY-BOLD1.TTF')
}

@font-face {
    font-family: "vipR";
    src: url('../fonts/VIP-RAWY-REGULAR.TTF')
}

/*-- body style --*/
body {
	background-image: url(../image/background.png);
    background-attachment: fixed;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.web {
	width: 100%;
	overflow: hidden;
}
.no-padding{
    padding: 0;
}
.web .top{
    padding: 0 30px 0 30px;
    margin: 25px 0 25px 0;
}
.web .top .menu{
    display:inline-block;
}
.web .top .lang{
    display:block;
    float: right;
}
.web .top .lang a{
    text-decoration: none;
}
.web .top .lang span{
    color: #606060;
}


/*=============== Start Our partners ===============*/
.web .our-service{
    padding:30px 5% 30px 5%;
    position: relative;
}
.web .our-service .head-tit{
    width: 300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
}
.web .our-service .head-tit h3{
    color: #7C7C7C;
    font-size: 33px;
    font-family: 'vipB';
}
.web .our-service .head-tit svg{
    position: absolute;
    left: 8px;
    right: 0;
    top: -39px;
}
.web .our-service .head-tit p{
    color: #AE761C;
    font-size: 18px;
    font-family: 'vipB';
    margin: 23px 0 0 0;
}

.web .our-service .serv{
    position: relative;
    padding: 10px;
    margin: 40px 0 20px 0;
}
.web .our-service .serv .backgroud{
    position: absolute;
}
.web .our-service .serv .fream{
    width: 312px;
    height: 151px;
    overflow: hidden;
    display: block;
    float: right;
    margin: 0 0 28px 0;
    clip-path: polygon(30% 0, 100% 0, 80% 100%, 5% 100%);
}
.web .our-service .serv img{
    width: 100%;
    float: right;
}
.web .our-service .serv h3{
    color: #606060;
    font-family: 'vipB';
    font-size: 19px;
    margin: 20px 0 10px 0;
}
.web .our-service .serv p{
    color: #8B8B8B;
    font-family: 'vipR';
    font-size: 15px;
}
.web .our-service .serv .but{
    width: 121px;
    float: right;
    position: relative;
    margin: -10px 0 0 0;
}
.web .our-service .serv .but h3{
    color: #AE761C;
    font-family: 'vipB';
    font-size: 16px;
}
.web .our-service .serv .but a{
    text-decoration: none;
}
.web .our-service .serv .but h3 img{
    width: auto;
    float: none;
}
.web .our-service .serv .but .rightt{
    position: absolute;
    top: 10px;
    right: 12px;
}
.web .our-service .serv .but .leftt{
    position: absolute;
    top: 31px;
    left: -14px;
}
/*=============== End Our partners ===============*/


/*=============== Start Footer ===============*/
footer{
    padding: 20px 0;
}

footer .social{
    background-color: #A06B1D;
    padding: 15px;
    position: relative;
    text-align: center;
}
footer .social ul{
    position: relative;
    list-style: none;
    height: 56px;
    padding: 0;
} 
footer .social li{
    display: inline-block;
    position: relative;
    margin-right: 54px;
    cursor: pointer;
}   
footer .social li .backk{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
footer .social li .soci{
    position: absolute;
    top: 12px;
    left: 23px;
    right: 0;
}

footer .copyRight{
    background-color: #AE761C;
    padding: 15px;
    text-align: center;
    color: #E8E8E8;
    background-image:url(../image/footer.png);
    background-size: contain;
}
footer .copyRight img{
    margin: 0 0 15px 0;
}
footer .copyRight h3{
    font-family: 'mmrt';
    font-size: 18px;
    margin: 0;
}
/*=============== End Footer ===============*/
